home *** CD-ROM | disk | FTP | other *** search
- // File I/O Flags (value important)
- #define FILES 39
- #define PATH -16368
-
- // ID Dialog Flags
- #define IDD_DLIST 19 // Drive List Box
- #define IDD_FLIST 18 // File List Box
- #define IDD_FPATH 17 // File Path List Box
- #define IDD_IFNAME 16 // Input File Edit Box
-
- // Define Sys Commands
- #define IDM_ABOUT 1 // About Menu Item
-
- // Dialog Messages
- #define DLG_ALL 102 // ALL Radio Button
- #define DLG_BAT 103 // BAT Radio Button
- #define DLG_COM 104 // COM Radio Button
- #define DLG_EXE 105 // EXE Radio Button
-
- #define DLG_OK 150 // OK Push Button
- #define DLG_CAN 151 // Cancel Push Button
-
- // Error Strings
- #define ERR1 301 // Can't open file Error
-